home *** CD-ROM | disk | FTP | other *** search
- on(release){
- var i;
- _parent.SDButton();
- _parent.vVolume = (tbV._bb._x - 16) * 100 / 64;
- _parent.SetVol();
- if(this.rN._currentframe == 1)
- {
- i = 1;
- }
- else if(this.rE._currentframe == 1)
- {
- i = 2;
- }
- else if(this.rM._currentframe == 1)
- {
- i = 3;
- }
- i = 1;
- if(i != _parent.vLevel)
- {
- _parent.vLevel = i;
- _parent.Start(true);
- }
- _parent.vAS = cbAS._currentframe == 1;
- _parent.vBAnim = cbBA._currentframe == 1;
- _parent.vSound = cbS._currentframe == 1;
- _parent.vLQ = cbLQ._currentframe == 1;
- if(_parent.vLQ)
- {
- _quality = "MEDIUM";
- }
- else
- {
- _quality = "HIGH";
- }
- _parent.vDialog = false;
- removeMovieClip(this);
- }
-